Use open_ASCII_file for sum output#193
Conversation
|
How about this one? I think it's pointing to SINGLE_FILE |
|
I tested against FMS1 🤦 thanks @kshedstrom. |
The generic open_file call was replaced with the targeted open_ASCII_file function, since the generic open_file no longer works with the updated FMS2 open_file interface in MOM6.
ddc1ec2 to
5348dea
Compare
|
I now approve this PR. So the open_file in SIS_restart.F90 must not be a problem. |
That's right, the restart file is still on the infra (FMS) layer, so the existing |
Hallberg-NOAA
left a comment
There was a problem hiding this comment.
These changes look sensible to me, and Kate has tested them thoroughly. This still needs to pass the pipeline testing (which is down at the moment due a series of ill-conceived "upgrades" to the Gaea computer), but once that testing is done, this should be merged into the dev/gfdl branch of SIS2.
|
I ran into this issue trying to compile with FMS2, +1 on this PR! |
|
Sorry, we will get this in very soon once the CI has been reincarnated. |
|
This PR has passed pipeline testing at https://gitlab.gfdl.noaa.gov/ogrp/SIS2/-/pipelines/19301. |
The generic
open_filecall was replaced with the targetedopen_ASCII_filefunction, since the genericopen_fileno longer works with the updated FMS2open_fileinterface in MOM6.